home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 322 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.delphi.com!usenet
  2. From: steve_cobb@BIX.com (Steven Cobb)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Help turning off echo for AUX:
  5. Date: 6 Jan 1996 17:13:15 GMT
  6. Organization: BodhiSoftware
  7. Message-ID: <4cmajb$gpg@news1.delphi.com>
  8. NNTP-Posting-Host: bix.com
  9. X-Newsreader: Galahad 1.2b
  10.  
  11. I have a program that is using the level 1 file I/O commands (open, read,
  12. write) to communicate via the serial port via AUX: i.e. 
  13.  
  14. fh = open("aux:", O_RDWR);
  15.  
  16. For the most part, the program works fine, the problem is local echo.  If I
  17. stick a dumb terminal to the serial port and run my program, I get the
  18. character I typed back.  This is not good.  If I run VLT instead of my
  19. program, I don't get the echo.  This is what I want. 
  20.  
  21.  The serial preferences give no such options, and none of the file handling
  22.  C routines offer any way to manipulate echo.  It must be modifiable, but
  23. where/how?  Is there something I can do when I
  24.  
  25. mount aux:
  26.  
  27. to turn off echo?
  28.  
  29. Thanks and regards,
  30. Steve
  31.  
  32.  
  33.  \_________________________________________________________________________
  34. Steven Cobb  steve_cobb@bix.com     I dreamed about Ray Charles last night,
  35.                   scobb@ucsd.edu    and he could see just fine you know.
  36.                   scobb@magnes.com  I asked him for a lulaby,
  37.                                     he said "Honey I don't sing no mo."
  38.                                                   Joan Osborne
  39.